┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/lib/dracut/modules.d/91crypt-loop
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: module-setup.sh
#!/usr/bin/bash # called by dracut check() { require_binaries losetup || return 1 return 255 } # called by dracut depends() { echo crypt } # called by dracut installkernel() { hostonly='' instmods loop } # called by dracut install() { inst_multiple losetup inst "$moddir/crypt-loop-lib.sh" "/lib/dracut-crypt-loop-lib.sh" dracut_need_initqueue }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 crypt-loop-lib.sh
SH
1.3 KB
2025-05-01 10:52
EDIT
📄 module-setup.sh
SH
379 B
2025-05-01 10:52
EDIT